Autodesk.AutoCAD.DatabaseServices Namespace > Entity Class > Entity Methods > DeleteSubentityPaths Method
Entity.DeleteSubentityPaths Method   
Description

 

Deletes one or more subentities from an entity. 

Custom objects which expose subentity behavior can choose to override this method to support erasing subentities from the main entity.

Visual Basic
Public Function DeleteSubentityPaths(
    subPaths As FullSubentityPath[]
) As void
C#
public void DeleteSubentityPaths(
    FullSubentityPath\[\] subPaths
);
Parameters
Parameters 
Description 
FullSubentityPath[] subPaths 
Input an array of FullSubentityPath identifiers to delete from the entity 
Links
   Comments?